neighbor advertisement-interval

This command defines the minimum interval between sending BGP routing updates.

Syntax

neighbor {<neighbor tag>|a.b.c.d|X:X::X:X} advertisement-interval <time> 

Command

Description

a.b.c.d|X:X::X:X

Defines the IP address of the neighbor (IPv4 or IPv6).

neighbor tag

Defines the neighbor tag.

time

Defines the time in seconds (0-600).

Default

NA

Command Mode

Privileged User

Example

This example sets the minimum interval between sending BGP routing updates to 100.

(config-data)# router bgp 1
(conf-router)# neighbor 15.13.4.15 advertisement-interval 100